* keyboard.c (make_lispy_movement): Deal properly with mouse
authorJim Blandy <jimb@redhat.com>
Sun, 23 May 1993 19:52:07 +0000 (19:52 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 23 May 1993 19:52:07 +0000 (19:52 +0000)
motion outside of all windows.

src/keyboard.c

index 8ccc65139858f4ad2799924f610d4bed28648f21..327713942fb29b25a4bbe004477fba7fead79de7 100644 (file)
@@ -2354,6 +2354,8 @@ make_lispy_movement (frame, bar_window, part, x, y, time)
        {
          window = Qnil;
          posn = Qnil;
+         XFASTINT (x) = 0;
+         XFASTINT (y) = 0;
        }
 
       return Fcons (Qmouse_movement,